From: Vincenzo Pupillo Date: Tue, 5 Mar 2024 21:36:34 +0000 (+0100) Subject: * Makefile.in (install-info): Fix target (bug#69569). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2338 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d5f11e890c598cd2e15cb2fd93e604ed100ce355;p=emacs.git * Makefile.in (install-info): Fix target (bug#69569). --- diff --git a/Makefile.in b/Makefile.in index d54583399d0..6f014909307 100644 --- a/Makefile.in +++ b/Makefile.in @@ -812,7 +812,7 @@ install-info: info done; \ (cd "$${thisdir}"; \ ${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \ - cp type_hierarchy* $(DESTDIR)${infodir}/; \ # Used by elisp.info. + cp type_hierarchy* $(DESTDIR)${infodir}/; \ done; \ fi